home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: a1s@ix.netcom.com (Andrew Snyder)
- Newsgroups: comp.lang.c
- Subject: Re: Transparent file copy??
- Date: Tue, 30 Jan 1996 23:06:29 GMT
- Organization: Netcom
- Message-ID: <4eltsn$kfg@ixnews7.ix.netcom.com>
- References: <4ek56i$63v@news2.realtime.net>
- NNTP-Posting-Host: ix-har5-17.ix.netcom.com
- X-NETCOM-Date: Tue Jan 30 12:08:55 PM PST 1996
- X-Newsreader: Forte Free Agent 1.0.82
-
- cds@ballistic.com (Shawn L. Bradley) wrote:
-
- >How do I transparently copy files from one drive & directory to
- >another in DOS. I don't want to use the system() function because it
- >interferes with the windows my app creates. I'm using MSVC++ 1.52.
- >Any help would be greatly appreciated.
-
- >Thanks
-
- >Shawn L. Bradley
-
- >CADD Design Solutions
- >cds@ballistic.com
-
- read the source file and write to the target file. there is alovely
- example on page 26 of K&R
-
- Andrew Snyder
- a1s@ix.netcom.com
- char disclaimer[] = {'\0'}; /* I'm on cash net */
-
-